home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / swearbear.swf / scripts / DefineButton2_81 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-01-09  |  148b  |  11 lines

  1. on(press){
  2.    tellTarget("/bear")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    tellTarget("/headdance/headmouth")
  7.    {
  8.       gotoAndPlay(2);
  9.    }
  10. }
  11.